PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / getColumn Method
Index of the column to get.
In This Topic
    getColumn Method
    In This Topic
    Gets the column at the specified index.
    Syntax
    public PDFFlowTableColumn getColumn( 
       int index
    )

    Parameters

    index
    Index of the column to get.

    Return Value

    A PDFFlowTableColumn object representing the column at the specified index.
    See Also